xen/arm: domain_build: Always print the static shared memory region
authorMichal Orzel <michal.orzel@amd.com>
Mon, 19 Sep 2022 18:37:37 +0000 (20:37 +0200)
committerStefano Stabellini <stefano.stabellini@amd.com>
Thu, 29 Sep 2022 15:52:56 +0000 (08:52 -0700)
commita210e94af38a957fcc99db01d2cfcc3039859445
treeebca6d05420077ecfdaffc154b856243d5d29eca
parentb726541d94bd0a80b5864d17a2cd2e6d73a3fe0a
xen/arm: domain_build: Always print the static shared memory region

At the moment, the information about allocating static shared memory
region is only printed during the debug build. This information can also
be helpful for the end user (which may not be the same as the person
building the package), so switch to printk(). Also drop XENLOG_INFO to be
consistent with other printk() used to print the domain information.

Signed-off-by: Michal Orzel <michal.orzel@amd.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Release-acked-by: Henry Wang <Henry.Wang@arm.com>
xen/arch/arm/domain_build.c